projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d633bea
)
Stop using gdk_event_handler_set
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 23 Feb 2019 18:51:54 +0000
(13:51 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 23 Feb 2019 19:13:57 +0000
(14:13 -0500)
We no longer need it.
gtk/gtkmain.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmain.c
b/gtk/gtkmain.c
index 185ffb7c7d2bcc49312d1e5eac80e006322d765c..b06a4dd5d4177b674bdfa72bb7b9ad8f65446f78 100644
(file)
--- a/
gtk/gtkmain.c
+++ b/
gtk/gtkmain.c
@@
-599,7
+599,6
@@
do_pre_parse_initialization (void)
g_error ("GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported");
gdk_pre_parse ();
- gdk_event_handler_set ((GdkEventFunc)gtk_main_do_event, NULL, NULL);
#ifdef G_ENABLE_DEBUG
env_string = g_getenv ("GTK_DEBUG");